runtime.mheap.allocMSpanLocked (method)

4 uses

	runtime (current package)
		arena.go#L1036: 				s := h.allocMSpanLocked()
		arena.go#L1048: 		s = h.allocMSpanLocked()
		mheap.go#L1105: func (h *mheap) allocMSpanLocked() *mspan {
		mheap.go#L1258: 		s = h.allocMSpanLocked()